PercentDistanceTraveledFormatter

class PercentDistanceTraveledFormatter : ValueFormatter<Double, SpannableString>

Formats trip related data for displaying in the UI

Constructors

PercentDistanceTraveledFormatter
Link copied to clipboard
fun PercentDistanceTraveledFormatter()

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
format
Link copied to clipboard
open override fun format(update: Double): SpannableString
Formats an update to a SpannableString representing the percent distance traveled
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String